home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / nslint-1.5.1 / configure < prev    next >
Text File  |  1996-10-25  |  48KB  |  1,627 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.10 
  5. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14.  
  15. # Initialize some variables set by options.
  16. # The variables have the same names as the options, with
  17. # dashes changed to underlines.
  18. build=NONE
  19. cache_file=./config.cache
  20. exec_prefix=NONE
  21. host=NONE
  22. no_create=
  23. nonopt=NONE
  24. no_recursion=
  25. prefix=NONE
  26. program_prefix=NONE
  27. program_suffix=NONE
  28. program_transform_name=s,x,x,
  29. silent=
  30. site=
  31. srcdir=
  32. target=NONE
  33. verbose=
  34. x_includes=NONE
  35. x_libraries=NONE
  36. bindir='${exec_prefix}/bin'
  37. sbindir='${exec_prefix}/sbin'
  38. libexecdir='${exec_prefix}/libexec'
  39. datadir='${prefix}/share'
  40. sysconfdir='${prefix}/etc'
  41. sharedstatedir='${prefix}/com'
  42. localstatedir='${prefix}/var'
  43. libdir='${exec_prefix}/lib'
  44. includedir='${prefix}/include'
  45. oldincludedir='/usr/include'
  46. infodir='${prefix}/info'
  47. mandir='${prefix}/man'
  48.  
  49. # Initialize some other variables.
  50. subdirs=
  51. MFLAGS= MAKEFLAGS=
  52.  
  53. ac_prev=
  54. for ac_option
  55. do
  56.  
  57.   # If the previous option needs an argument, assign it.
  58.   if test -n "$ac_prev"; then
  59.     eval "$ac_prev=\$ac_option"
  60.     ac_prev=
  61.     continue
  62.   fi
  63.  
  64.   case "$ac_option" in
  65.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  66.   *) ac_optarg= ;;
  67.   esac
  68.  
  69.   # Accept the important Cygnus configure options, so we can diagnose typos.
  70.  
  71.   case "$ac_option" in
  72.  
  73.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  74.     ac_prev=bindir ;;
  75.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  76.     bindir="$ac_optarg" ;;
  77.  
  78.   -build | --build | --buil | --bui | --bu)
  79.     ac_prev=build ;;
  80.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  81.     build="$ac_optarg" ;;
  82.  
  83.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  84.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  85.     ac_prev=cache_file ;;
  86.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  87.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  88.     cache_file="$ac_optarg" ;;
  89.  
  90.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  91.     ac_prev=datadir ;;
  92.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  93.   | --da=*)
  94.     datadir="$ac_optarg" ;;
  95.  
  96.   -disable-* | --disable-*)
  97.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  98.     # Reject names that are not valid shell variable names.
  99.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  100.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  101.     fi
  102.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  103.     eval "enable_${ac_feature}=no" ;;
  104.  
  105.   -enable-* | --enable-*)
  106.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  107.     # Reject names that are not valid shell variable names.
  108.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  109.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  110.     fi
  111.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  112.     case "$ac_option" in
  113.       *=*) ;;
  114.       *) ac_optarg=yes ;;
  115.     esac
  116.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  117.  
  118.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  119.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  120.   | --exec | --exe | --ex)
  121.     ac_prev=exec_prefix ;;
  122.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  123.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  124.   | --exec=* | --exe=* | --ex=*)
  125.     exec_prefix="$ac_optarg" ;;
  126.  
  127.   -gas | --gas | --ga | --g)
  128.     # Obsolete; use --with-gas.
  129.     with_gas=yes ;;
  130.  
  131.   -help | --help | --hel | --he)
  132.     # Omit some internal or obsolete options to make the list less imposing.
  133.     # This message is too long to be a string in the A/UX 3.1 sh.
  134.     cat << EOF
  135. Usage: configure [options] [host]
  136. Options: [defaults in brackets after descriptions]
  137. Configuration:
  138.   --cache-file=FILE       cache test results in FILE
  139.   --help                  print this message
  140.   --no-create             do not create output files
  141.   --quiet, --silent       do not print \`checking...' messages
  142.   --version               print the version of autoconf that created configure
  143. Directory and file names:
  144.   --prefix=PREFIX         install architecture-independent files in PREFIX
  145.                           [$ac_default_prefix]
  146.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  147.                           [same as prefix]
  148.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  149.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  150.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  151.   --datadir=DIR           read-only architecture-independent data in DIR
  152.                           [PREFIX/share]
  153.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  154.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  155.                           [PREFIX/com]
  156.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  157.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  158.   --includedir=DIR        C header files in DIR [PREFIX/include]
  159.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  160.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  161.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  162.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  163.   --program-prefix=PREFIX prepend PREFIX to installed program names
  164.   --program-suffix=SUFFIX append SUFFIX to installed program names
  165.   --program-transform-name=PROGRAM
  166.                           run sed PROGRAM on installed program names
  167. EOF
  168.     cat << EOF
  169. Host type:
  170.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  171.   --host=HOST             configure for HOST [guessed]
  172.   --target=TARGET         configure for TARGET [TARGET=HOST]
  173. Features and packages:
  174.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  175.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  176.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  177.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  178.   --x-includes=DIR        X include files are in DIR
  179.   --x-libraries=DIR       X library files are in DIR
  180. EOF
  181.     if test -n "$ac_help"; then
  182.       echo "--enable and --with options recognized:$ac_help"
  183.     fi
  184.     exit 0 ;;
  185.  
  186.   -host | --host | --hos | --ho)
  187.     ac_prev=host ;;
  188.   -host=* | --host=* | --hos=* | --ho=*)
  189.     host="$ac_optarg" ;;
  190.  
  191.   -includedir | --includedir | --includedi | --included | --include \
  192.   | --includ | --inclu | --incl | --inc)
  193.     ac_prev=includedir ;;
  194.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  195.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  196.     includedir="$ac_optarg" ;;
  197.  
  198.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  199.     ac_prev=infodir ;;
  200.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  201.     infodir="$ac_optarg" ;;
  202.  
  203.   -libdir | --libdir | --libdi | --libd)
  204.     ac_prev=libdir ;;
  205.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  206.     libdir="$ac_optarg" ;;
  207.  
  208.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  209.   | --libexe | --libex | --libe)
  210.     ac_prev=libexecdir ;;
  211.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  212.   | --libexe=* | --libex=* | --libe=*)
  213.     libexecdir="$ac_optarg" ;;
  214.  
  215.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  216.   | --localstate | --localstat | --localsta | --localst \
  217.   | --locals | --local | --loca | --loc | --lo)
  218.     ac_prev=localstatedir ;;
  219.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  220.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  221.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  222.     localstatedir="$ac_optarg" ;;
  223.  
  224.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  225.     ac_prev=mandir ;;
  226.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  227.     mandir="$ac_optarg" ;;
  228.  
  229.   -nfp | --nfp | --nf)
  230.     # Obsolete; use --without-fp.
  231.     with_fp=no ;;
  232.  
  233.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  234.   | --no-cr | --no-c)
  235.     no_create=yes ;;
  236.  
  237.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  238.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  239.     no_recursion=yes ;;
  240.  
  241.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  242.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  243.   | --oldin | --oldi | --old | --ol | --o)
  244.     ac_prev=oldincludedir ;;
  245.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  246.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  247.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  248.     oldincludedir="$ac_optarg" ;;
  249.  
  250.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  251.     ac_prev=prefix ;;
  252.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  253.     prefix="$ac_optarg" ;;
  254.  
  255.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  256.   | --program-pre | --program-pr | --program-p)
  257.     ac_prev=program_prefix ;;
  258.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  259.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  260.     program_prefix="$ac_optarg" ;;
  261.  
  262.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  263.   | --program-suf | --program-su | --program-s)
  264.     ac_prev=program_suffix ;;
  265.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  266.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  267.     program_suffix="$ac_optarg" ;;
  268.  
  269.   -program-transform-name | --program-transform-name \
  270.   | --program-transform-nam | --program-transform-na \
  271.   | --program-transform-n | --program-transform- \
  272.   | --program-transform | --program-transfor \
  273.   | --program-transfo | --program-transf \
  274.   | --program-trans | --program-tran \
  275.   | --progr-tra | --program-tr | --program-t)
  276.     ac_prev=program_transform_name ;;
  277.   -program-transform-name=* | --program-transform-name=* \
  278.   | --program-transform-nam=* | --program-transform-na=* \
  279.   | --program-transform-n=* | --program-transform-=* \
  280.   | --program-transform=* | --program-transfor=* \
  281.   | --program-transfo=* | --program-transf=* \
  282.   | --program-trans=* | --program-tran=* \
  283.   | --progr-tra=* | --program-tr=* | --program-t=*)
  284.     program_transform_name="$ac_optarg" ;;
  285.  
  286.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  287.   | -silent | --silent | --silen | --sile | --sil)
  288.     silent=yes ;;
  289.  
  290.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  291.     ac_prev=sbindir ;;
  292.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  293.   | --sbi=* | --sb=*)
  294.     sbindir="$ac_optarg" ;;
  295.  
  296.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  297.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  298.   | --sharedst | --shareds | --shared | --share | --shar \
  299.   | --sha | --sh)
  300.     ac_prev=sharedstatedir ;;
  301.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  302.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  303.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  304.   | --sha=* | --sh=*)
  305.     sharedstatedir="$ac_optarg" ;;
  306.  
  307.   -site | --site | --sit)
  308.     ac_prev=site ;;
  309.   -site=* | --site=* | --sit=*)
  310.     site="$ac_optarg" ;;
  311.  
  312.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  313.     ac_prev=srcdir ;;
  314.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  315.     srcdir="$ac_optarg" ;;
  316.  
  317.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  318.   | --syscon | --sysco | --sysc | --sys | --sy)
  319.     ac_prev=sysconfdir ;;
  320.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  321.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  322.     sysconfdir="$ac_optarg" ;;
  323.  
  324.   -target | --target | --targe | --targ | --tar | --ta | --t)
  325.     ac_prev=target ;;
  326.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  327.     target="$ac_optarg" ;;
  328.  
  329.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  330.     verbose=yes ;;
  331.  
  332.   -version | --version | --versio | --versi | --vers)
  333.     echo "configure generated by autoconf version 2.10"
  334.     exit 0 ;;
  335.  
  336.   -with-* | --with-*)
  337.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  338.     # Reject names that are not valid shell variable names.
  339.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  340.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  341.     fi
  342.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  343.     case "$ac_option" in
  344.       *=*) ;;
  345.       *) ac_optarg=yes ;;
  346.     esac
  347.     eval "with_${ac_package}='$ac_optarg'" ;;
  348.  
  349.   -without-* | --without-*)
  350.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  351.     # Reject names that are not valid shell variable names.
  352.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  353.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  354.     fi
  355.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  356.     eval "with_${ac_package}=no" ;;
  357.  
  358.   --x)
  359.     # Obsolete; use --with-x.
  360.     with_x=yes ;;
  361.  
  362.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  363.   | --x-incl | --x-inc | --x-in | --x-i)
  364.     ac_prev=x_includes ;;
  365.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  366.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  367.     x_includes="$ac_optarg" ;;
  368.  
  369.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  370.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  371.     ac_prev=x_libraries ;;
  372.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  373.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  374.     x_libraries="$ac_optarg" ;;
  375.  
  376.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  377.     ;;
  378.  
  379.   *)
  380.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  381.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  382.     fi
  383.     if test "x$nonopt" != xNONE; then
  384.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  385.     fi
  386.     nonopt="$ac_option"
  387.     ;;
  388.  
  389.   esac
  390. done
  391.  
  392. if test -n "$ac_prev"; then
  393.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  394. fi
  395.  
  396. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  397.  
  398. # File descriptor usage:
  399. # 0 standard input
  400. # 1 file creation
  401. # 2 errors and warnings
  402. # 3 some systems may open it to /dev/tty
  403. # 4 used on the Kubota Titan
  404. # 6 checking for... messages and results
  405. # 5 compiler messages saved in config.log
  406. if test "$silent" = yes; then
  407.   exec 6>/dev/null
  408. else
  409.   exec 6>&1
  410. fi
  411. exec 5>./config.log
  412.  
  413. echo "\
  414. This file contains any messages produced by compilers while
  415. running configure, to aid debugging if configure makes a mistake.
  416. " 1>&5
  417.  
  418. # Strip out --no-create and --no-recursion so they do not pile up.
  419. # Also quote any args containing shell metacharacters.
  420. ac_configure_args=
  421. for ac_arg
  422. do
  423.   case "$ac_arg" in
  424.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  425.   | --no-cr | --no-c) ;;
  426.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  427.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  428.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  429.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  430.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  431.   esac
  432. done
  433.  
  434. # NLS nuisances.
  435. # Only set LANG and LC_ALL to C if already set.
  436. # These must not be set unconditionally because not all systems understand
  437. # e.g. LANG=C (notably SCO).
  438. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  439. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  440.  
  441. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  442. rm -rf conftest* confdefs.h
  443. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  444. echo > confdefs.h
  445.  
  446. # A filename unique to this package, relative to the directory that
  447. # configure is in, which we can look for to find out if srcdir is correct.
  448. ac_unique_file=nslint.c
  449.  
  450. # Find the source files, if location was not specified.
  451. if test -z "$srcdir"; then
  452.   ac_srcdir_defaulted=yes
  453.   # Try the directory containing this script, then its parent.
  454.   ac_prog=$0
  455.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  456.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  457.   srcdir=$ac_confdir
  458.   if test ! -r $srcdir/$ac_unique_file; then
  459.     srcdir=..
  460.   fi
  461. else
  462.   ac_srcdir_defaulted=no
  463. fi
  464. if test ! -r $srcdir/$ac_unique_file; then
  465.   if test "$ac_srcdir_defaulted" = yes; then
  466.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  467.   else
  468.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  469.   fi
  470. fi
  471. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  472.  
  473. # Prefer explicitly selected file to automatically selected ones.
  474. if test -z "$CONFIG_SITE"; then
  475.   if test "x$prefix" != xNONE; then
  476.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  477.   else
  478.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  479.   fi
  480. fi
  481. for ac_site_file in $CONFIG_SITE; do
  482.   if test -r "$ac_site_file"; then
  483.     echo "loading site script $ac_site_file"
  484.     . "$ac_site_file"
  485.   fi
  486. done
  487.  
  488. if test -r "$cache_file"; then
  489.   echo "loading cache $cache_file"
  490.   . $cache_file
  491. else
  492.   echo "creating cache $cache_file"
  493.   > $cache_file
  494. fi
  495.  
  496. ac_ext=c
  497. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  498. ac_cpp='$CPP $CPPFLAGS'
  499. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  500. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  501.  
  502. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  503.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  504.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  505.     ac_n= ac_c='
  506. ' ac_t='    '
  507.   else
  508.     ac_n=-n ac_c= ac_t=
  509.   fi
  510. else
  511.   ac_n= ac_c='\c' ac_t=
  512. fi
  513.  
  514.  
  515.  
  516. ac_aux_dir=
  517. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  518.   if test -f $ac_dir/install-sh; then
  519.     ac_aux_dir=$ac_dir
  520.     ac_install_sh="$ac_aux_dir/install-sh -c"
  521.     break
  522.   elif test -f $ac_dir/install.sh; then
  523.     ac_aux_dir=$ac_dir
  524.     ac_install_sh="$ac_aux_dir/install.sh -c"
  525.     break
  526.   fi
  527. done
  528. if test -z "$ac_aux_dir"; then
  529.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  530. fi
  531. ac_config_guess=$ac_aux_dir/config.guess
  532. ac_config_sub=$ac_aux_dir/config.sub
  533. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  534.  
  535.  
  536. # Do some error checking and defaulting for the host and target type.
  537. # The inputs are:
  538. #    configure --host=HOST --target=TARGET --build=BUILD NONOPT
  539. #
  540. # The rules are:
  541. # 1. You are not allowed to specify --host, --target, and nonopt at the
  542. #    same time.
  543. # 2. Host defaults to nonopt.
  544. # 3. If nonopt is not specified, then host defaults to the current host,
  545. #    as determined by config.guess.
  546. # 4. Target and build default to nonopt.
  547. # 5. If nonopt is not specified, then target and build default to host.
  548.  
  549. # The aliases save the names the user supplied, while $host etc.
  550. # will get canonicalized.
  551. case $host---$target---$nonopt in
  552. NONE---*---* | *---NONE---* | *---*---NONE) ;;
  553. *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
  554. esac
  555.  
  556.  
  557. # Make sure we can run config.sub.
  558. if $ac_config_sub sun4 >/dev/null 2>&1; then :
  559. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  560. fi
  561.  
  562. echo $ac_n "checking host system type""... $ac_c" 1>&6
  563.  
  564. host_alias=$host
  565. case "$host_alias" in
  566. NONE)
  567.   case $nonopt in
  568.   NONE)
  569.     if host_alias=`$ac_config_guess`; then :
  570.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  571.     fi ;;
  572.   *) host_alias=$nonopt ;;
  573.   esac ;;
  574. esac
  575.  
  576. host=`$ac_config_sub $host_alias`
  577. host_cpu=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
  578. host_vendor=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
  579. host_os=`echo $host | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
  580. echo "$ac_t""$host" 1>&6
  581.  
  582. echo $ac_n "checking target system type""... $ac_c" 1>&6
  583.  
  584. target_alias=$target
  585. case "$target_alias" in
  586. NONE)
  587.   case $nonopt in
  588.   NONE) target_alias=$host_alias ;;
  589.   *) target_alias=$nonopt ;;
  590.   esac ;;
  591. esac
  592.  
  593. target=`$ac_config_sub $target_alias`
  594. target_cpu=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
  595. target_vendor=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
  596. target_os=`echo $target | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
  597. echo "$ac_t""$target" 1>&6
  598.  
  599. echo $ac_n "checking build system type""... $ac_c" 1>&6
  600.  
  601. build_alias=$build
  602. case "$build_alias" in
  603. NONE)
  604.   case $nonopt in
  605.   NONE) build_alias=$host_alias ;;
  606.   *) build_alias=$nonopt ;;
  607.   esac ;;
  608. esac
  609.  
  610. build=`$ac_config_sub $build_alias`
  611. build_cpu=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\1/'`
  612. build_vendor=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\2/'`
  613. build_os=`echo $build | sed 's/^\(.*\)-\(.*\)-\(.*\)$/\3/'`
  614. echo "$ac_t""$build" 1>&6
  615.  
  616. test "$host_alias" != "$target_alias" &&
  617.   test "$program_prefix$program_suffix$program_transform_name" = \
  618.     NONENONEs,x,x, &&
  619.   program_prefix=${target_alias}-
  620.  
  621.  
  622. # Extract the first word of "gcc", so it can be a program name with args.
  623. set dummy gcc; ac_word=$2
  624. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  625. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  626.   echo $ac_n "(cached) $ac_c" 1>&6
  627. else
  628.   if test -n "$CC"; then
  629.   ac_cv_prog_CC="$CC" # Let the user override the test.
  630. else
  631.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  632.   for ac_dir in $PATH; do
  633.     test -z "$ac_dir" && ac_dir=.
  634.     if test -f $ac_dir/$ac_word; then
  635.       ac_cv_prog_CC="gcc"
  636.       break
  637.     fi
  638.   done
  639.   IFS="$ac_save_ifs"
  640. fi
  641. fi
  642. CC="$ac_cv_prog_CC"
  643. if test -n "$CC"; then
  644.   echo "$ac_t""$CC" 1>&6
  645. else
  646.   echo "$ac_t""no" 1>&6
  647. fi
  648.  
  649. if test -z "$CC"; then
  650.   # Extract the first word of "cc", so it can be a program name with args.
  651. set dummy cc; ac_word=$2
  652. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  653. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  654.   echo $ac_n "(cached) $ac_c" 1>&6
  655. else
  656.   if test -n "$CC"; then
  657.   ac_cv_prog_CC="$CC" # Let the user override the test.
  658. else
  659.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  660.   ac_prog_rejected=no
  661.   for ac_dir in $PATH; do
  662.     test -z "$ac_dir" && ac_dir=.
  663.     if test -f $ac_dir/$ac_word; then
  664.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  665.         ac_prog_rejected=yes
  666.     continue
  667.       fi
  668.       ac_cv_prog_CC="cc"
  669.       break
  670.     fi
  671.   done
  672.   IFS="$ac_save_ifs"
  673. if test $ac_prog_rejected = yes; then
  674.   # We found a bogon in the path, so make sure we never use it.
  675.   set dummy $ac_cv_prog_CC
  676.   shift
  677.   if test $# -gt 0; then
  678.     # We chose a different compiler from the bogus one.
  679.     # However, it has the same basename, so the bogon will be chosen
  680.     # first if we set CC to just the basename; use the full file name.
  681.     shift
  682.     set dummy "$ac_dir/$ac_word" "$@"
  683.     shift
  684.     ac_cv_prog_CC="$@"
  685.   fi
  686. fi
  687. fi
  688. fi
  689. CC="$ac_cv_prog_CC"
  690. if test -n "$CC"; then
  691.   echo "$ac_t""$CC" 1>&6
  692. else
  693.   echo "$ac_t""no" 1>&6
  694. fi
  695.  
  696.   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  697. fi
  698.  
  699. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  700. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  701.   echo $ac_n "(cached) $ac_c" 1>&6
  702. else
  703.   cat > conftest.c <<EOF
  704. #ifdef __GNUC__
  705.   yes;
  706. #endif
  707. EOF
  708. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  709.   ac_cv_prog_gcc=yes
  710. else
  711.   ac_cv_prog_gcc=no
  712. fi
  713. fi
  714.  
  715. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  716. if test $ac_cv_prog_gcc = yes; then
  717.   GCC=yes
  718.   if test "${CFLAGS+set}" != set; then
  719.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  720. if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  721.   echo $ac_n "(cached) $ac_c" 1>&6
  722. else
  723.   echo 'void f(){}' > conftest.c
  724. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  725.   ac_cv_prog_gcc_g=yes
  726. else
  727.   ac_cv_prog_gcc_g=no
  728. fi
  729. rm -f conftest*
  730.  
  731. fi
  732.  
  733. echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  734.     if test $ac_cv_prog_gcc_g = yes; then
  735.       CFLAGS="-g -O"
  736.     else
  737.       CFLAGS="-O"
  738.     fi
  739.   fi
  740. else
  741.   GCC=
  742.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  743. fi
  744.  
  745.  
  746. umask 002
  747.  
  748. if test -z "$PWD" ; then
  749.     PWD=`pwd`
  750. fi
  751.  
  752. V_CCOPT=-O
  753.     V_INCLS=""
  754.     # Extract the first word of "gcc", so it can be a program name with args.
  755. set dummy gcc; ac_word=$2
  756. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  757. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  758.   echo $ac_n "(cached) $ac_c" 1>&6
  759. else
  760.   if test -n "$CC"; then
  761.   ac_cv_prog_CC="$CC" # Let the user override the test.
  762. else
  763.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  764.   for ac_dir in $PATH; do
  765.     test -z "$ac_dir" && ac_dir=.
  766.     if test -f $ac_dir/$ac_word; then
  767.       ac_cv_prog_CC="gcc"
  768.       break
  769.     fi
  770.   done
  771.   IFS="$ac_save_ifs"
  772. fi
  773. fi
  774. CC="$ac_cv_prog_CC"
  775. if test -n "$CC"; then
  776.   echo "$ac_t""$CC" 1>&6
  777. else
  778.   echo "$ac_t""no" 1>&6
  779. fi
  780.  
  781. if test -z "$CC"; then
  782.   # Extract the first word of "cc", so it can be a program name with args.
  783. set dummy cc; ac_word=$2
  784. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  785. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  786.   echo $ac_n "(cached) $ac_c" 1>&6
  787. else
  788.   if test -n "$CC"; then
  789.   ac_cv_prog_CC="$CC" # Let the user override the test.
  790. else
  791.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  792.   ac_prog_rejected=no
  793.   for ac_dir in $PATH; do
  794.     test -z "$ac_dir" && ac_dir=.
  795.     if test -f $ac_dir/$ac_word; then
  796.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  797.         ac_prog_rejected=yes
  798.     continue
  799.       fi
  800.       ac_cv_prog_CC="cc"
  801.       break
  802.     fi
  803.   done
  804.   IFS="$ac_save_ifs"
  805. if test $ac_prog_rejected = yes; then
  806.   # We found a bogon in the path, so make sure we never use it.
  807.   set dummy $ac_cv_prog_CC
  808.   shift
  809.   if test $# -gt 0; then
  810.     # We chose a different compiler from the bogus one.
  811.     # However, it has the same basename, so the bogon will be chosen
  812.     # first if we set CC to just the basename; use the full file name.
  813.     shift
  814.     set dummy "$ac_dir/$ac_word" "$@"
  815.     shift
  816.     ac_cv_prog_CC="$@"
  817.   fi
  818. fi
  819. fi
  820. fi
  821. CC="$ac_cv_prog_CC"
  822. if test -n "$CC"; then
  823.   echo "$ac_t""$CC" 1>&6
  824. else
  825.   echo "$ac_t""no" 1>&6
  826. fi
  827.  
  828.   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  829. fi
  830.  
  831. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  832. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  833.   echo $ac_n "(cached) $ac_c" 1>&6
  834. else
  835.   cat > conftest.c <<EOF
  836. #ifdef __GNUC__
  837.   yes;
  838. #endif
  839. EOF
  840. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:841: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  841.   ac_cv_prog_gcc=yes
  842. else
  843.   ac_cv_prog_gcc=no
  844. fi
  845. fi
  846.  
  847. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  848. if test $ac_cv_prog_gcc = yes; then
  849.   GCC=yes
  850.   if test "${CFLAGS+set}" != set; then
  851.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  852. if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  853.   echo $ac_n "(cached) $ac_c" 1>&6
  854. else
  855.   echo 'void f(){}' > conftest.c
  856. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  857.   ac_cv_prog_gcc_g=yes
  858. else
  859.   ac_cv_prog_gcc_g=no
  860. fi
  861. rm -f conftest*
  862.  
  863. fi
  864.  
  865. echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  866.     if test $ac_cv_prog_gcc_g = yes; then
  867.       CFLAGS="-g -O"
  868.     else
  869.       CFLAGS="-O"
  870.     fi
  871.   fi
  872. else
  873.   GCC=
  874.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  875. fi
  876.  
  877.     if test $ac_cv_prog_gcc = yes ; then
  878.         echo $ac_n "checking gcc version""... $ac_c" 1>&6
  879.         if eval "test \"`echo '$''{'ac_cv_gcc_vers'+set}'`\" = set"; then
  880.   echo $ac_n "(cached) $ac_c" 1>&6
  881. else
  882.   ac_cv_gcc_vers=`$CC -v 2>&1 | \
  883.             sed -n -e '$s/.* //' -e '$s/\..*//p'`
  884. fi
  885.  
  886.         echo "$ac_t""$ac_cv_gcc_vers" 1>&6
  887.         if test $ac_cv_gcc_vers -gt 1 ; then
  888.             V_CCOPT=-O2
  889.             case "$target_os" in
  890.  
  891.             bsdi*)
  892.                 for ac_prog in shlicc2
  893. do
  894. # Extract the first word of "$ac_prog", so it can be a program name with args.
  895. set dummy $ac_prog; ac_word=$2
  896. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  897. if eval "test \"`echo '$''{'ac_cv_prog_t'+set}'`\" = set"; then
  898.   echo $ac_n "(cached) $ac_c" 1>&6
  899. else
  900.   if test -n "$t"; then
  901.   ac_cv_prog_t="$t" # Let the user override the test.
  902. else
  903.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  904.   for ac_dir in $PATH; do
  905.     test -z "$ac_dir" && ac_dir=.
  906.     if test -f $ac_dir/$ac_word; then
  907.       ac_cv_prog_t="$ac_prog"
  908.       break
  909.     fi
  910.   done
  911.   IFS="$ac_save_ifs"
  912. fi
  913. fi
  914. t="$ac_cv_prog_t"
  915. if test -n "$t"; then
  916.   echo "$ac_t""$t" 1>&6
  917. else
  918.   echo "$ac_t""no" 1>&6
  919. fi
  920.  
  921. test -n "$t" && break
  922. done
  923. test -n "$t" || t="$CC"
  924.  
  925.                 CC=$x
  926.  
  927.                 ;;
  928.             esac
  929.         fi
  930.     else
  931.         echo $ac_n "checking that $CC handles ansi prototypes""... $ac_c" 1>&6
  932.         if eval "test \"`echo '$''{'ac_cv_cc_ansi_prototypes'+set}'`\" = set"; then
  933.   echo $ac_n "(cached) $ac_c" 1>&6
  934. else
  935.   cat > conftest.$ac_ext <<EOF
  936. #line 937 "configure"
  937. #include "confdefs.h"
  938. #include <sys/types.h>
  939. int main() { return 0; }
  940. int t() {
  941. int frob(int, char *)
  942. ; return 0; }
  943. EOF
  944. if { (eval echo configure:945: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  945.   rm -rf conftest*
  946.   ac_cv_cc_ansi_prototypes=yes
  947. else
  948.   rm -rf conftest*
  949.   ac_cv_cc_ansi_prototypes=no
  950. fi
  951. rm -f conftest*
  952.  
  953. fi
  954.  
  955.         echo "$ac_t""$ac_cv_cc_ansi_prototypes" 1>&6
  956.         if test $ac_cv_cc_ansi_prototypes = no ; then
  957.             case "$target_os" in
  958.  
  959.             hpux*)
  960.                 echo $ac_n "checking for HP-UX ansi compiler ($CC -Aa -D_HPUX_SOURCE)""... $ac_c" 1>&6
  961.                 savedcflags="$CFLAGS"
  962.                 CFLAGS="-Aa -D_HPUX_SOURCE $CFLAGS"
  963.                 if eval "test \"`echo '$''{'ac_cv_cc_hpux_cc_aa'+set}'`\" = set"; then
  964.   echo $ac_n "(cached) $ac_c" 1>&6
  965. else
  966.   cat > conftest.$ac_ext <<EOF
  967. #line 968 "configure"
  968. #include "confdefs.h"
  969. #include <sys/types.h>
  970. int main() { return 0; }
  971. int t() {
  972. int frob(int, char *)
  973. ; return 0; }
  974. EOF
  975. if { (eval echo configure:976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  976.   rm -rf conftest*
  977.   ac_cv_cc_hpux_cc_aa=yes
  978. else
  979.   rm -rf conftest*
  980.   ac_cv_cc_hpux_cc_aa=no
  981. fi
  982. rm -f conftest*
  983.  
  984. fi
  985.  
  986.                 echo "$ac_t""$ac_cv_cc_hpux_cc_aa" 1>&6
  987.                 if test $ac_cv_cc_hpux_cc_aa = no ; then
  988.                     { echo "configure: error: see the INSTALL for more info" 1>&2; exit 1; }
  989.                 fi
  990.                 CFLAGS="$savedcflags"
  991.                 V_CCOPT="-Aa $V_CCOPT"
  992.                 cat >> confdefs.h <<\EOF
  993. #define _HPUX_SOURCE 1
  994. EOF
  995.  
  996.                 ;;
  997.  
  998.             sni*)
  999.                 echo $ac_n "checking for SINIX ansi compiler ($CC -kansi)""... $ac_c" 1>&6
  1000.                 savedcflags="$CFLAGS"
  1001.                 CFLAGS="-kansi"
  1002.                 if eval "test \"`echo '$''{'ac_cv_cc_sinix_kansi'+set}'`\" = set"; then
  1003.   echo $ac_n "(cached) $ac_c" 1>&6
  1004. else
  1005.   cat > conftest.$ac_ext <<EOF
  1006. #line 1007 "configure"
  1007. #include "confdefs.h"
  1008. #include <sys/types.h>
  1009. int main() { return 0; }
  1010. int t() {
  1011. int frob(int, char *)
  1012. ; return 0; }
  1013. EOF
  1014. if { (eval echo configure:1015: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1015.   rm -rf conftest*
  1016.   ac_cv_cc_sinix_kansi=yes
  1017. else
  1018.   rm -rf conftest*
  1019.   ac_cv_cc_sinix_kansi=no
  1020. fi
  1021. rm -f conftest*
  1022.  
  1023. fi
  1024.  
  1025.                 echo "$ac_t""$ac_cv_cc_sinix_kansi" 1>&6
  1026.                 if test $ac_cv_cc_sinix_kansi = no ; then
  1027.                     { echo "configure: error: see the INSTALL for more info" 1>&2; exit 1; }
  1028.                 fi
  1029.                 CFLAGS="$savedcflags"
  1030.                 V_CCOPT="-kansi $V_CCOPT"
  1031.                 ;;
  1032.  
  1033.             *)
  1034.                 { echo "configure: error: see the INSTALL for more info" 1>&2; exit 1; }
  1035.                 ;;
  1036.             esac
  1037.         fi
  1038.         V_INCLS=-I/usr/local/include
  1039.  
  1040.         case "$target_os" in
  1041.  
  1042.         irix*)
  1043.             V_CCOPT="$V_CCOPT -xansi -signed -g3"
  1044.             ;;
  1045.  
  1046.         osf*)
  1047.             V_CCOPT="$V_CCOPT -g3"
  1048.             ;;
  1049.  
  1050.         ultrix*)
  1051.             echo $ac_n "checking that Ultrix $CC hacks const in prototypes""... $ac_c" 1>&6
  1052.             if eval "test \"`echo '$''{'ac_cv_cc_const_proto'+set}'`\" = set"; then
  1053.   echo $ac_n "(cached) $ac_c" 1>&6
  1054. else
  1055.   cat > conftest.$ac_ext <<EOF
  1056. #line 1057 "configure"
  1057. #include "confdefs.h"
  1058. #include <sys/types.h>
  1059. int main() { return 0; }
  1060. int t() {
  1061. struct a { int b; };
  1062.                 void c(const struct a *)
  1063. ; return 0; }
  1064. EOF
  1065. if { (eval echo configure:1066: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1066.   rm -rf conftest*
  1067.   ac_cv_cc_const_proto=yes
  1068. else
  1069.   rm -rf conftest*
  1070.   ac_cv_cc_const_proto=no
  1071. fi
  1072. rm -f conftest*
  1073.  
  1074. fi
  1075.  
  1076.             echo "$ac_t""$ac_cv_cc_const_proto" 1>&6
  1077.             if test $ac_cv_cc_const_proto = no ; then
  1078.                 cat >> confdefs.h <<\EOF
  1079. #define const 
  1080. EOF
  1081.  
  1082.             fi
  1083.             ;;
  1084.         esac
  1085.     fi
  1086.  
  1087.  
  1088. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1089. # On Suns, sometimes $CPP names a directory.
  1090. if test -n "$CPP" && test -d "$CPP"; then
  1091.   CPP=
  1092. fi
  1093. if test -z "$CPP"; then
  1094. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  1095.   echo $ac_n "(cached) $ac_c" 1>&6
  1096. else
  1097.     # This must be in double quotes, not single quotes, because CPP may get
  1098.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1099.   CPP="${CC-cc} -E"
  1100.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1101.   # not just through cpp.
  1102.   cat > conftest.$ac_ext <<EOF
  1103. #line 1104 "configure"
  1104. #include "confdefs.h"
  1105. #include <assert.h>
  1106. Syntax Error
  1107. EOF
  1108. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1109. { (eval echo configure:1110: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1110. ac_err=`grep -v '^ *+' conftest.out`
  1111. if test -z "$ac_err"; then
  1112.   :
  1113. else
  1114.   echo "$ac_err" >&5
  1115.   rm -rf conftest*
  1116.   CPP="${CC-cc} -E -traditional-cpp"
  1117.   cat > conftest.$ac_ext <<EOF
  1118. #line 1119 "configure"
  1119. #include "confdefs.h"
  1120. #include <assert.h>
  1121. Syntax Error
  1122. EOF
  1123. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1124. { (eval echo configure:1125: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1125. ac_err=`grep -v '^ *+' conftest.out`
  1126. if test -z "$ac_err"; then
  1127.   :
  1128. else
  1129.   echo "$ac_err" >&5
  1130.   rm -rf conftest*
  1131.   CPP=/lib/cpp
  1132. fi
  1133. rm -f conftest*
  1134. fi
  1135. rm -f conftest*
  1136.   ac_cv_prog_CPP="$CPP"
  1137. fi
  1138.   CPP="$ac_cv_prog_CPP"
  1139. else
  1140.   ac_cv_prog_CPP="$CPP"
  1141. fi
  1142. echo "$ac_t""$CPP" 1>&6
  1143.  
  1144. for ac_hdr in malloc.h
  1145. do
  1146. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  1147. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1148. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1149.   echo $ac_n "(cached) $ac_c" 1>&6
  1150. else
  1151.   cat > conftest.$ac_ext <<EOF
  1152. #line 1153 "configure"
  1153. #include "confdefs.h"
  1154. #include <$ac_hdr>
  1155. EOF
  1156. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1157. { (eval echo configure:1158: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1158. ac_err=`grep -v '^ *+' conftest.out`
  1159. if test -z "$ac_err"; then
  1160.   rm -rf conftest*
  1161.   eval "ac_cv_header_$ac_safe=yes"
  1162. else
  1163.   echo "$ac_err" >&5
  1164.   rm -rf conftest*
  1165.   eval "ac_cv_header_$ac_safe=no"
  1166. fi
  1167. rm -f conftest*
  1168. fi
  1169. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1170.   echo "$ac_t""yes" 1>&6
  1171.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  1172.   cat >> confdefs.h <<EOF
  1173. #define $ac_tr_hdr 1
  1174. EOF
  1175.  
  1176. else
  1177.   echo "$ac_t""no" 1>&6
  1178. fi
  1179. done
  1180.  
  1181.  
  1182. for ac_func in strerror
  1183. do
  1184. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1185. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1186.   echo $ac_n "(cached) $ac_c" 1>&6
  1187. else
  1188.   cat > conftest.$ac_ext <<EOF
  1189. #line 1190 "configure"
  1190. #include "confdefs.h"
  1191. /* System header to define __stub macros and hopefully few prototypes,
  1192.     which can conflict with char $ac_func(); below.  */
  1193. #include <assert.h>
  1194. /* Override any gcc2 internal prototype to avoid an error.  */
  1195. /* We use char because int might match the return type of a gcc2
  1196.     builtin and then its argument prototype would still apply.  */
  1197. char $ac_func();
  1198.  
  1199. int main() { return 0; }
  1200. int t() {
  1201.  
  1202. /* The GNU C library defines this for functions which it implements
  1203.     to always fail with ENOSYS.  Some functions are actually named
  1204.     something starting with __ and the normal name is an alias.  */
  1205. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1206. choke me
  1207. #else
  1208. $ac_func();
  1209. #endif
  1210.  
  1211. ; return 0; }
  1212. EOF
  1213. if { (eval echo configure:1214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1214.   rm -rf conftest*
  1215.   eval "ac_cv_func_$ac_func=yes"
  1216. else
  1217.   rm -rf conftest*
  1218.   eval "ac_cv_func_$ac_func=no"
  1219. fi
  1220. rm -f conftest*
  1221.  
  1222. fi
  1223. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1224.   echo "$ac_t""yes" 1>&6
  1225.   :
  1226. else
  1227.   echo "$ac_t""no" 1>&6
  1228. LIBOBJS="$LIBOBJS ${ac_func}.o"
  1229. fi
  1230.  
  1231. done
  1232.  
  1233. echo $ac_n "checking for -lnsl""... $ac_c" 1>&6
  1234. ac_lib_var=`echo nsl'_'main | tr './+\055' '__p_'`
  1235. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1236.   echo $ac_n "(cached) $ac_c" 1>&6
  1237. else
  1238.   ac_save_LIBS="$LIBS"
  1239. LIBS="-lnsl  $LIBS"
  1240. cat > conftest.$ac_ext <<EOF
  1241. #line 1242 "configure"
  1242. #include "confdefs.h"
  1243.  
  1244. int main() { return 0; }
  1245. int t() {
  1246. main()
  1247. ; return 0; }
  1248. EOF
  1249. if { (eval echo configure:1250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1250.   rm -rf conftest*
  1251.   eval "ac_cv_lib_$ac_lib_var=yes"
  1252. else
  1253.   rm -rf conftest*
  1254.   eval "ac_cv_lib_$ac_lib_var=no"
  1255. fi
  1256. rm -f conftest*
  1257. LIBS="$ac_save_LIBS"
  1258.  
  1259. fi
  1260. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1261.   echo "$ac_t""yes" 1>&6
  1262.     ac_tr_lib=HAVE_LIB`echo nsl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1263.   cat >> confdefs.h <<EOF
  1264. #define $ac_tr_lib 1
  1265. EOF
  1266.  
  1267.   LIBS="-lnsl $LIBS"
  1268.  
  1269. else
  1270.   echo "$ac_t""no" 1>&6
  1271. fi
  1272.  
  1273. echo $ac_n "checking for -lsocket""... $ac_c" 1>&6
  1274. ac_lib_var=`echo socket'_'main | tr './+\055' '__p_'`
  1275. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1276.   echo $ac_n "(cached) $ac_c" 1>&6
  1277. else
  1278.   ac_save_LIBS="$LIBS"
  1279. LIBS="-lsocket  $LIBS"
  1280. cat > conftest.$ac_ext <<EOF
  1281. #line 1282 "configure"
  1282. #include "confdefs.h"
  1283.  
  1284. int main() { return 0; }
  1285. int t() {
  1286. main()
  1287. ; return 0; }
  1288. EOF
  1289. if { (eval echo configure:1290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1290.   rm -rf conftest*
  1291.   eval "ac_cv_lib_$ac_lib_var=yes"
  1292. else
  1293.   rm -rf conftest*
  1294.   eval "ac_cv_lib_$ac_lib_var=no"
  1295. fi
  1296. rm -f conftest*
  1297. LIBS="$ac_save_LIBS"
  1298.  
  1299. fi
  1300. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1301.   echo "$ac_t""yes" 1>&6
  1302.     ac_tr_lib=HAVE_LIB`echo socket | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1303.   cat >> confdefs.h <<EOF
  1304. #define $ac_tr_lib 1
  1305. EOF
  1306.  
  1307.   LIBS="-lsocket $LIBS"
  1308.  
  1309. else
  1310.   echo "$ac_t""no" 1>&6
  1311. fi
  1312.  
  1313.  
  1314. rm -f os-proto.h
  1315.     if test $ac_cv_prog_gcc = yes -a -f .devel ; then
  1316.         if test $ac_cv_prog_gcc_g = yes ; then
  1317.             V_CCOPT="-g $V_CCOPT"
  1318.         fi
  1319.         V_CCOPT="$V_CCOPT -Wall"
  1320.         if test $ac_cv_gcc_vers -gt 1 ; then
  1321.             V_CCOPT="$V_CCOPT -Wmissing-prototypes -Wstrict-prototypes"
  1322.         fi
  1323.         os=`echo $target_os | sed -e 's/\([0-9]\)[0-9.][0-9.]*$/\1/'`
  1324.         name="lbl/os-$os.h"
  1325.         if test -f $name ; then
  1326.             ln -s $name os-proto.h
  1327.             cat >> confdefs.h <<\EOF
  1328. #define HAVE_OS_PROTO_H 1
  1329. EOF
  1330.  
  1331.         else
  1332.             echo "configure: warning: can't find $name" 1>&2
  1333.         fi
  1334.     fi
  1335.  
  1336. if test -r lbl/gnuc.h ; then
  1337.     rm -f gnuc.h
  1338.     ln -s lbl/gnuc.h gnuc.h
  1339. fi
  1340.  
  1341.  
  1342.  
  1343.  
  1344. # Find a good install program.  We prefer a C program (faster),
  1345. # so one script is as good as another.  But avoid the broken or
  1346. # incompatible versions:
  1347. # SysV /etc/install, /usr/sbin/install
  1348. # SunOS /usr/etc/install
  1349. # IRIX /sbin/install
  1350. # AIX /bin/install
  1351. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1352. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1353. # ./install, which can be erroneously created by make from ./install.sh.
  1354. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  1355. if test -z "$INSTALL"; then
  1356. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  1357.   echo $ac_n "(cached) $ac_c" 1>&6
  1358. else
  1359.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1360.   for ac_dir in $PATH; do
  1361.     # Account for people who put trailing slashes in PATH elements.
  1362.     case "$ac_dir/" in
  1363.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  1364.     *)
  1365.       # OSF1 and SCO ODT 3.0 have their own names for install.
  1366.       for ac_prog in ginstall installbsd scoinst install; do
  1367.         if test -f $ac_dir/$ac_prog; then
  1368.       if test $ac_prog = install &&
  1369.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1370.         # AIX install.  It has an incompatible calling convention.
  1371.         # OSF/1 installbsd also uses dspmsg, but is usable.
  1372.         :
  1373.       else
  1374.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  1375.         break 2
  1376.       fi
  1377.     fi
  1378.       done
  1379.       ;;
  1380.     esac
  1381.   done
  1382.   IFS="$ac_save_ifs"
  1383.  
  1384. fi
  1385.   if test "${ac_cv_path_install+set}" = set; then
  1386.     INSTALL="$ac_cv_path_install"
  1387.   else
  1388.     # As a last resort, use the slow shell script.  We don't cache a
  1389.     # path for INSTALL within a source directory, because that will
  1390.     # break other packages using the cache if that directory is
  1391.     # removed, or if the path is relative.
  1392.     INSTALL="$ac_install_sh"
  1393.   fi
  1394. fi
  1395. echo "$ac_t""$INSTALL" 1>&6
  1396.  
  1397. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1398. # It thinks the first close brace ends the variable substitution.
  1399. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1400.  
  1401. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1402.  
  1403.  
  1404. trap '' 1 2 15
  1405. cat > confcache <<\EOF
  1406. # This file is a shell script that caches the results of configure
  1407. # tests run on this system so they can be shared between configure
  1408. # scripts and configure runs.  It is not useful on other systems.
  1409. # If it contains results you don't want to keep, you may remove or edit it.
  1410. #
  1411. # By default, configure uses ./config.cache as the cache file,
  1412. # creating it if it does not exist already.  You can give configure
  1413. # the --cache-file=FILE option to use a different cache file; that is
  1414. # what configure does when it calls configure scripts in
  1415. # subdirectories, so they share the cache.
  1416. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1417. # config.status only pays attention to the cache file if you give it the
  1418. # --recheck option to rerun configure.
  1419. #
  1420. EOF
  1421. # Ultrix sh set writes to stderr and can't be redirected directly,
  1422. # and sets the high bit in the cache file unless we assign to the vars.
  1423. (set) 2>&1 |
  1424.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  1425.   >> confcache
  1426. if cmp -s $cache_file confcache; then
  1427.   :
  1428. else
  1429.   if test -w $cache_file; then
  1430.     echo "updating cache $cache_file"
  1431.     cat confcache > $cache_file
  1432.   else
  1433.     echo "not updating unwritable cache $cache_file"
  1434.   fi
  1435. fi
  1436. rm -f confcache
  1437.  
  1438. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1439.  
  1440. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1441. # Let make expand exec_prefix.
  1442. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1443.  
  1444. # Any assignment to VPATH causes Sun make to only execute
  1445. # the first set of double-colon rules, so remove it if not needed.
  1446. # If there is a colon in the path, we need to keep it.
  1447. if test "x$srcdir" = x.; then
  1448.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  1449. fi
  1450.  
  1451. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1452.  
  1453. # Transform confdefs.h into DEFS.
  1454. # Protect against shell expansion while executing Makefile rules.
  1455. # Protect against Makefile macro expansion.
  1456. cat > conftest.defs <<\EOF
  1457. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
  1458. s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  1459. s%\[%\\&%g
  1460. s%\]%\\&%g
  1461. s%\$%$$%g
  1462. EOF
  1463. DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
  1464. rm -f conftest.defs
  1465.  
  1466.  
  1467. # Without the "./", some shells look in PATH for config.status.
  1468. : ${CONFIG_STATUS=./config.status}
  1469.  
  1470. echo creating $CONFIG_STATUS
  1471. rm -f $CONFIG_STATUS
  1472. cat > $CONFIG_STATUS <<EOF
  1473. #! /bin/sh
  1474. # Generated automatically by configure.
  1475. # Run this file to recreate the current configuration.
  1476. # This directory was configured as follows,
  1477. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1478. #
  1479. # $0 $ac_configure_args
  1480. #
  1481. # Compiler output produced by configure, useful for debugging
  1482. # configure, is in ./config.log if it exists.
  1483.  
  1484. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1485. for ac_option
  1486. do
  1487.   case "\$ac_option" in
  1488.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1489.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1490.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1491.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1492.     echo "$CONFIG_STATUS generated by autoconf version 2.10"
  1493.     exit 0 ;;
  1494.   -help | --help | --hel | --he | --h)
  1495.     echo "\$ac_cs_usage"; exit 0 ;;
  1496.   *) echo "\$ac_cs_usage"; exit 1 ;;
  1497.   esac
  1498. done
  1499.  
  1500. ac_given_srcdir=$srcdir
  1501. ac_given_INSTALL="$INSTALL"
  1502.  
  1503. trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1504. EOF
  1505. cat >> $CONFIG_STATUS <<EOF
  1506.  
  1507. # Protect against being on the right side of a sed subst in config.status.
  1508. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1509.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1510. $ac_vpsub
  1511. $extrasub
  1512. s%@CFLAGS@%$CFLAGS%g
  1513. s%@CPPFLAGS@%$CPPFLAGS%g
  1514. s%@CXXFLAGS@%$CXXFLAGS%g
  1515. s%@DEFS@%$DEFS%g
  1516. s%@LDFLAGS@%$LDFLAGS%g
  1517. s%@LIBS@%$LIBS%g
  1518. s%@exec_prefix@%$exec_prefix%g
  1519. s%@prefix@%$prefix%g
  1520. s%@program_transform_name@%$program_transform_name%g
  1521. s%@bindir@%$bindir%g
  1522. s%@sbindir@%$sbindir%g
  1523. s%@libexecdir@%$libexecdir%g
  1524. s%@datadir@%$datadir%g
  1525. s%@sysconfdir@%$sysconfdir%g
  1526. s%@sharedstatedir@%$sharedstatedir%g
  1527. s%@localstatedir@%$localstatedir%g
  1528. s%@libdir@%$libdir%g
  1529. s%@includedir@%$includedir%g
  1530. s%@oldincludedir@%$oldincludedir%g
  1531. s%@infodir@%$infodir%g
  1532. s%@mandir@%$mandir%g
  1533. s%@host@%$host%g
  1534. s%@host_alias@%$host_alias%g
  1535. s%@host_cpu@%$host_cpu%g
  1536. s%@host_vendor@%$host_vendor%g
  1537. s%@host_os@%$host_os%g
  1538. s%@target@%$target%g
  1539. s%@target_alias@%$target_alias%g
  1540. s%@target_cpu@%$target_cpu%g
  1541. s%@target_vendor@%$target_vendor%g
  1542. s%@target_os@%$target_os%g
  1543. s%@build@%$build%g
  1544. s%@build_alias@%$build_alias%g
  1545. s%@build_cpu@%$build_cpu%g
  1546. s%@build_vendor@%$build_vendor%g
  1547. s%@build_os@%$build_os%g
  1548. s%@CC@%$CC%g
  1549. s%@t@%$t%g
  1550. s%@CPP@%$CPP%g
  1551. s%@LIBOBJS@%$LIBOBJS%g
  1552. s%@V_CCOPT@%$V_CCOPT%g
  1553. s%@V_INCLS@%$V_INCLS%g
  1554. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1555. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1556.  
  1557. CEOF
  1558. EOF
  1559. cat >> $CONFIG_STATUS <<EOF
  1560.  
  1561. CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
  1562. EOF
  1563. cat >> $CONFIG_STATUS <<\EOF
  1564. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1565.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  1566.   case "$ac_file" in
  1567.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  1568.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1569.   *) ac_file_in="${ac_file}.in" ;;
  1570.   esac
  1571.  
  1572.   # Adjust relative srcdir, etc. for subdirectories.
  1573.  
  1574.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1575.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1576.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1577.     # The file is in a subdirectory.
  1578.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1579.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  1580.     # A "../" for each directory in $ac_dir_suffix.
  1581.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1582.   else
  1583.     ac_dir_suffix= ac_dots=
  1584.   fi
  1585.  
  1586.   case "$ac_given_srcdir" in
  1587.   .)  srcdir=.
  1588.       if test -z "$ac_dots"; then top_srcdir=.
  1589.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1590.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1591.   *) # Relative path.
  1592.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1593.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1594.   esac
  1595.  
  1596.   case "$ac_given_INSTALL" in
  1597.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1598.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1599.   esac
  1600.   echo creating "$ac_file"
  1601.   rm -f "$ac_file"
  1602.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1603.   case "$ac_file" in
  1604.   *Makefile*) ac_comsub="1i\\
  1605. # $configure_input" ;;
  1606.   *) ac_comsub= ;;
  1607.   esac
  1608.   sed -e "$ac_comsub
  1609. s%@configure_input@%$configure_input%g
  1610. s%@srcdir@%$srcdir%g
  1611. s%@top_srcdir@%$top_srcdir%g
  1612. s%@INSTALL@%$INSTALL%g
  1613. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  1614. fi; done
  1615. rm -f conftest.subs
  1616.  
  1617.  
  1618.  
  1619. exit 0
  1620. EOF
  1621. chmod +x $CONFIG_STATUS
  1622. rm -fr confdefs* $ac_clean_files
  1623. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1624.  
  1625.  
  1626. exit 0
  1627.